go/types.Func.hasPtrRecv (method)

4 uses

	go/types (current package)
		lookup.go#L205: 				if f.hasPtrRecv() && !indirect && !addressable {
		methodset.go#L231: 		if _, found := s[key]; !found && (indirect || !f.hasPtrRecv()) {
		named.go#L189: 	if origm.hasPtrRecv() {
		object.go#L350: func (obj *Func) hasPtrRecv() bool {